filter: Add GtkStringFilter
authorBenjamin Otte <otte@redhat.com>
Sat, 16 Nov 2019 21:15:51 +0000 (22:15 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 21:42:09 +0000 (17:42 -0400)
commit410e7dcf5d0fdc60285554e49a17fdee9e8a886e
treec10282a57aae907ca849651a1105a1538938179c
parentbd8655fdeeaf864ee12e8a6d99ac060df54ef95a
filter: Add GtkStringFilter

Users provide a search filter and an expression that evaluates the items
to a string and then the filter goes and matches those strings to the
search term.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkstringfilter.c [new file with mode: 0644]
gtk/gtkstringfilter.h [new file with mode: 0644]
gtk/meson.build